Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config ^3.11.2 -> ^3.12.0 age adoption passing confidence dependencies minor
@commitlint/cli (source) ^19.6.0 -> ^19.6.1 age adoption passing confidence devDependencies patch
@iconify-json/lucide ^1.2.17 -> ^1.2.19 age adoption passing confidence devDependencies patch
@iconify/vue (source) ^4.1.2 -> ^4.2.0 age adoption passing confidence devDependencies minor
@number-flow/vue (source) ^0.3.2 -> ^0.3.3 age adoption passing confidence dependencies patch
@nuxt/devtools (source) ^1.6.1 -> ^1.6.4 age adoption passing confidence devDependencies patch
@nuxt/fonts ^0.10.2 -> ^0.10.3 age adoption passing confidence devDependencies patch
@nuxt/icon ^1.9.0 -> ^1.10.2 age adoption passing confidence devDependencies minor
@nuxtjs/i18n (source) ^9.1.0 -> ^9.1.1 age adoption passing confidence devDependencies patch
@prisma/client (source) ^6.0.0 -> ^6.1.0 age adoption passing confidence dependencies minor
@​tailwindcss/vite 4.0.0-beta.4 -> 4.0.0-beta.8 age adoption passing confidence devDependencies patch
@telegram-apps/sdk-vue (source) ^1.0.10 -> ^1.0.11 age adoption passing confidence dependencies patch
@types/node (source) ^22.10.1 -> ^22.10.2 age adoption passing confidence devDependencies patch
ghcr.io/devcontainers/features/node 1 -> 1.6.1 age adoption passing confidence feature minor
lint-staged ^15.2.10 -> ^15.2.11 age adoption passing confidence devDependencies patch
lucide-vue-next (source) ^0.462.0 -> ^0.468.0 age adoption passing confidence dependencies minor
node (source) >=22.11.0 -> >=22.12.0 age adoption passing confidence engines minor
node 22.11.0-alpine -> 22.12.0-alpine age adoption passing confidence final minor
node 22.11.0-alpine -> 22.12.0-alpine age adoption passing confidence stage minor
nuxt-auth-utils ^0.5.5 -> ^0.5.7 age adoption passing confidence devDependencies patch
pixi.js (source) ^8.6.1 -> ^8.6.6 age adoption passing confidence dependencies patch
pixi.js (source) ~8.2.6 -> ~8.6.6 age adoption passing confidence dependencies minor
pnpm (source) 9.14.2 -> 9.15.0 age adoption passing confidence packageManager minor
pnpm (source) >=9.14.2 -> >=9.15.0 age adoption passing confidence engines minor
prisma (source) ^6.0.0 -> ^6.1.0 age adoption passing confidence devDependencies minor
tailwindcss (source) 4.0.0-beta.4 -> 4.0.0-beta.8 age adoption passing confidence devDependencies patch
typescript (source) 5.6.2 -> 5.7.2 age adoption passing confidence devDependencies minor
unplugin-auto-import ^0.18.6 -> ^0.19.0 age adoption passing confidence devDependencies minor
unplugin-icons ^0.20.2 -> ^0.22.0 age adoption passing confidence devDependencies minor
unplugin-vue-components ^0.27.5 -> ^0.28.0 age adoption passing confidence devDependencies minor
vite (source) ^6.0.2 -> ^6.0.3 age adoption passing confidence devDependencies patch
vite-plugin-vue-devtools (source) ^7.6.7 -> ^7.6.8 age adoption passing confidence devDependencies patch
zod (source) ^3.23.8 -> ^3.24.1 age adoption passing confidence dependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub
conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

barvian/number-flow (@​number-flow/vue)

v0.3.3

Compare Source

Patch Changes
nuxt/devtools (@​nuxt/devtools)

v1.6.4

Compare Source

Bug Fixes

v1.6.3

Compare Source

Bug Fixes

v1.6.2

Compare Source

Bug Fixes
  • add v4 compatibility version handeling for pages tab (#​758) (bd8651c)
Features
  • support vite-plugin-inspect for both Vite 5 and 6 (#​757) (cfcbc24)
nuxt/fonts (@​nuxt/fonts)

v0.10.3

Compare Source

compare changes

🩹 Fixes
  • devtools: Re-broadcast all fonts when adding new ones (#​405)
  • Parse nested CSS correctly (#​384)
📖 Documentation
  • Add examples to local file lookup docs (#​398)
  • Call out limited default font-weights (#​399)
  • Update tailwind v4 example (#​410)
🏡 Chore
  • release: V0.10.2 (a7f0a7d)
  • Default bumpType to patch in changelog script (#​402)
❤️ Contributors
nuxt/icon (@​nuxt/icon)

v1.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.9.3

Compare Source

No significant changes

    View changes on GitHub

v1.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.1.1

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
prisma/prisma (@​prisma/client)

v6.1.0

Compare Source

Today we're releasing Prisma ORM version 6.1.0

In this version our tracing Preview feature is being graduated to GA!

Highlights
Tracing goes GA

The tracing Preview feature is now stable. You now no longer have to include tracing in your set of enabled preview features.

generator client {
   provider        = "prisma-client-js"
-  previewFeatures = ["tracing"]
}

We have also changed some of the spans generated by Prisma Client. Previously, a trace would report the following spans:

prisma:client:operation
prisma:client:serialize
prisma:engine
prisma:engine:connection
prisma:engine:db_query
prisma:engine:serialize

Now, the following are reported:

prisma:client:operation
prisma:client:serialize
prisma:engine:query
prisma:engine:connection
prisma:engine:db_query
prisma:engine:serialize
prisma:engine:response_json_serialization

Additionally, we have made a few changes to our dependencies:

  • @opentelemetry/api is now a peer dependency instead of a regular dependency
  • registerInstrumentations in @opentelemetry/instrumentation is now re-exported by @prisma/instrumentation

After upgrading to Prisma ORM 6.1.0 you will need to add @opentelemetry/api to your dependencies if you haven't already:

npm install @​opentelemetry/api

You will also no longer need to have @opentelemetry/instrumentation if you only use registerInstrumentations. In this case you can import registerInstrumentations from @prisma/instrumentation

- import { PrismaInstrumentation } from '@​prisma/instrumentation'
+ import { PrismaInstrumentation, registerInstrumentations } from '@​prisma/instrumentation'
Bug fixes
Tracing related

As we're moving our tracing preview to GA, a number of issues have been resolved. Here are a few highlights:

Other issues

We also have a number of other issues that were resolved outside of our tracing feature.

Fixes and improvements
Prisma
Prisma Client

v6.0.1

Compare Source

Telegram-Mini-Apps/telegram-apps (@​telegram-apps/sdk-vue)

v1.0.11

Compare Source

Patch Changes
lint-staged/lint-staged (lint-staged)

v15.2.11

Compare Source

Patch Changes
  • #​1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #​1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

lucide-icons/lucide (lucide-vue-next)

v0.468.0: New icons 0.468.0

Compare Source

New icons 🎨

v0.467.0: New icons 0.467.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.466.0: New icons 0.466.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.465.0: New icons 0.465.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.464.0: New icons 0.464.0

Compare Source

Modified Icons 🔨

v0.463.0: New icons 0.463.0

Compare Source

Modified Icons 🔨

nodejs/node (node)

v22.12.0

Compare Source

atinux/nuxt-auth-utils (nuxt-auth-utils)

v0.5.7

Compare Source

compare changes

🚀 Enhancements
  • Keycloak internal server URL (ac61ae5)
  • cognito: Integrate OpenID Connect discovery for improved OAuth flow (7a01cc3)
  • Add hubspot provider (1a79baf)
🩹 Fixes
  • Make sure the required env is checked (#​306)
🏡 Chore
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Adding organization_id option for WorkOS provider (677b226)
  • Add strava oauth provider (96363b2)
🩹 Fixes
🏡 Chore
❤️ Contributors
pixijs/pixijs (pixi.js)

v8.6.6

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed
🐛 Fixed
🧹 Chores

v8.6.5

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed
🐛 Fixed
🧹 Chores
New Contributors

v8.6.4

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed

🐛 Fixed
🧹 Chores

New Contributors

v8.6.3

Compare Source

💾 Download

Development Build:

Production Build:

Documentation:

Changed

🐛 Fixed
🧹 Chores

New Contributors

v8.6.2

Compare Source

💾 Download

Development Build:

Production Build:


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 07fe76b to 1a9023e Compare October 3, 2024 19:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 6140029 to b79a630 Compare October 12, 2024 07:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 045a19c to c4c5432 Compare October 19, 2024 12:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d0c3d1 to 3e578cf Compare October 22, 2024 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 28 times, most recently from e79d38b to f3889da Compare December 18, 2024 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3889da to 398920f Compare December 18, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants